From 3f0d03028dd24c1bd2c68af3a96c380d86b56e4a Mon Sep 17 00:00:00 2001 From: robertlipe Date: Sun, 8 Jun 2014 06:11:47 +0000 Subject: [PATCH] Use linux-compatible #includes for new header. --- gpsbabel/logging.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gpsbabel/logging.h b/gpsbabel/logging.h index c6df94d29..1fe070004 100644 --- a/gpsbabel/logging.h +++ b/gpsbabel/logging.h @@ -22,8 +22,8 @@ // A wrapper for QTextStream that provides a sensible Warning() and Fatal() // with convenient stream operators. -#include -#include +#include +#include class Warning { public: -- 2.30.2